auto merge of #550 : alexcrichton/cargo/rustdoc, r=brson
authorbors <bors@rust-lang.org>
Wed, 10 Sep 2014 23:24:02 +0000 (23:24 +0000)
committerbors <bors@rust-lang.org>
Wed, 10 Sep 2014 23:24:02 +0000 (23:24 +0000)
* All markdown files are now rendered with `rustdoc` into HTML
* A JS syntax highlighter, prism, is included for TOML syntax highlighting.
* A new makefile target, `make doc`, will build docs into `target/doc`

preview: http://people.mozilla.org/~acrichton/crates.io/doc/

Closes #524


Trivial merge